home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
favori
/
favglobl.bas
< prev
next >
Wrap
BASIC Source File
|
1995-05-09
|
928b
|
30 lines
'============================================================================'
' '
' Visual Basic global constant file. This file can be loaded into the '
' global module. '
' '
' Some constants are commented out because they have duplicates (for '
' example, NONE appears in several places). '
' '
'============================================================================'
'
' ===========
' added for this program
'
Global RUNFILENAME$
'========='
' '
' General '
' '
'========='
' Booleans
Global Const TRUE = -1
Global Const FALSE = 0